home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / djgpp / cf / init.in < prev    next >
Encoding:
Text File  |  1994-08-11  |  931 b   |  45 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: init.in,v 1.2 1994/08/10 20:23:43 mjl Exp $
  3. #
  4. # Maurice LeBrun
  5. # IFS, University of Texas at Austin
  6. # 14-Jul-1994
  7. #
  8. # Basic make assignments for PLplot under Unix (driven by "configure").
  9. # These are used in both the library and demo Makefiles.
  10. # -----------------------------------------------------------------------
  11.  
  12. # Utilities
  13.  
  14. CC        = gcc
  15. LDC        = gcc
  16. OCC        = gcc
  17. F77        = 
  18. LDF        = gcc
  19. M4        = m4
  20. LN        = ln -s
  21.  
  22. # Flags and other miscellanea
  23.  
  24. F77_FLAGS    = 
  25. LDC_FLAGS    =
  26. LDF_FLAGS    =
  27. LDC_LIBS    = -lgrx -lm
  28. LDF_LIBS    = -lgrx -lf2c -lm
  29. LIB_TAG        = 
  30. TO        = -o
  31. O        = .o
  32. E        =
  33.  
  34. # Install directories
  35.  
  36. LIB_DIR        = \plplot\lib
  37. LIB_DIR2    = /plplot/lib
  38. DOC_DIR        = \plplot\doc
  39. BIN_DIR        = \plplot\bin
  40. INFO_DIR    = \plplot\info
  41. INCLUDE_DIR    = \plplot\include
  42. INCLUDE_DIR2    = /plplot/include
  43. TCL_DIR        = \plplot\tcl
  44. DEMOS_DIR    = \plplot\demos
  45.